projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442ec1b
)
Remove a bit of dead code
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 26 Jun 2011 01:35:10 +0000
(21:35 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:08 +0000
(16:08 -0400)
gtk/a11y/gtkentryaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtkentryaccessible.c
b/gtk/a11y/gtkentryaccessible.c
index 7750460b4333fa3b30c9740a74506d5ff0b7a6c5..625a2abe7c11e859a9939b730048742ddffeb996 100644
(file)
--- a/
gtk/a11y/gtkentryaccessible.c
+++ b/
gtk/a11y/gtkentryaccessible.c
@@
-204,9
+204,6
@@
gtk_entry_accessible_notify_gtk (GObject *obj,
new_role = visibility ? ATK_ROLE_TEXT : ATK_ROLE_PASSWORD_TEXT;
atk_object_set_role (atk_obj, new_role);
}
- else if (strcmp (pspec->name, "invisible-char") == 0)
- {
- }
else
GAIL_WIDGET_CLASS (gtk_entry_accessible_parent_class)->notify_gtk (obj, pspec);
}